From: Bojan Prtvar Date: Wed, 2 Apr 2014 22:24:10 +0000 (+0200) Subject: staging: vme: Fix a small coding style issue in vme_user.c X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~6168^2~39^2~1363 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=938acb99ce6c8883075c4c6e64409dd765bdb9e9;p=linux-4.9.git staging: vme: Fix a small coding style issue in vme_user.c The checkpatch.pl complains about missing blank line after declaration. This patch silence the warning. Signed-off-by: Bojan Prtvar Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vme/devices/vme_user.c b/drivers/staging/vme/devices/vme_user.c index 792792715673..481192a2f4e2 100644 --- a/drivers/staging/vme/devices/vme_user.c +++ b/drivers/staging/vme/devices/vme_user.c @@ -791,6 +791,7 @@ static int vme_user_probe(struct vme_dev *vdev) /* Add sysfs Entries */ for (i = 0; i < VME_DEVS; i++) { int num; + switch (type[i]) { case MASTER_MINOR: sprintf(name, "bus/vme/m%%d");